home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / pdflib / compile.amiga < prev    next >
Text File  |  1999-12-06  |  1KB  |  32 lines

  1.  
  2.  Compiler instructions for Amiga 68k/PPC, with SAS/C
  3.  ---------------------------------------------------
  4.  
  5.  68k version:
  6.  
  7.   library:      - go to "pdflib" and type "smake"
  8.   binaries:     - go to "util" and type smake,
  9.                   then go to "clients" and type "smake"
  10.   test program: - go to "test" directory and type "smake"
  11.                   (you first must have compiled "util" as well)
  12.  
  13.  PPC version:
  14.  
  15.   First of all, delete all 68k #?.o files again.
  16.  
  17.   library:      - go to "pdflib" and type "smake -f smakefilePPC"
  18.   binaries:     - go to "util" and type smake,
  19.                   then go to "clients" and type "smake -f smakefilePPC"
  20.   test program: - go to "test" directory and type "smake -f smakefilePPC"
  21.                   (you first must have compiled "util" as well)
  22.  
  23.  
  24.  
  25.  Note: a few makefiles (mostly for util, clients and test) are quite
  26.        hackish and may not easily be adapted to other compilers or
  27.        newer releases. Please start again with the respective Makefile.in
  28.        files, then.
  29.  
  30.  --
  31.  ARK, 28/Nov/99
  32.